home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-450.nasl < prev    next >
Text File  |  2005-03-31  |  5KB  |  98 lines

  1. # This script was automatically generated from the dsa-450
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several local root exploits have been discovered recently in the Linux
  12. kernel.  This security advisory updates the mips kernel 2.4.19 for
  13. Debian GNU/Linux.  The Common Vulnerabilities and Exposures project
  14. identifies the following problems that are fixed with this update:
  15.    An integer overflow in brk() system call (do_brk() function) for
  16.    Linux allows a local attacker to gain root privileges.  Fixed
  17.    upstream in Linux 2.4.23.
  18.    Paul Starzetz <a
  19.    href="http://isec.pl/vulnerabilities/isec-0013-mremap.txt">discovered</a>
  20.    a flaw in bounds checking in mremap() in
  21.    the Linux kernel (present in version 2.4.x and 2.6.x) which may
  22.    allow a local attacker to gain root privileges.  Version 2.2 is not
  23.    affected by this bug.  Fixed upstream in Linux 2.4.24.
  24.    Paul Starzetz and Wojciech Purczynski of isec.pl <a
  25.    href="http://isec.pl/vulnerabilities/isec-0014-mremap-unmap.txt">discovered</a> a
  26.    critical security vulnerability in the memory management code of
  27.    Linux inside the mremap(2) system call.  Due to missing function
  28.    return value check of internal functions a local attacker can gain
  29.    root privileges.  Fixed upstream in Linux 2.4.25 and 2.6.3.
  30. For the stable distribution (woody) these problems have been fixed in
  31. version 2.4.19-0.020911.1.woody3 of mips images and version
  32. 2.4.19-4.woody1 of kernel source.
  33. For the unstable distribution (sid) this problem will be fixed soon
  34. with the next upload of a 2.4.19 kernel image and in version
  35. 2.4.22-0.030928.3 for 2.4.22.
  36. We recommend that you upgrade your Linux kernel packages immediately.
  37. Vulnerability matrix for CAN-2004-0077
  38.  
  39.  
  40. Solution : http://www.debian.org/security/2004/dsa-450
  41. Risk factor : High';
  42.  
  43. if (description) {
  44.  script_id(15287);
  45.  script_version("$Revision: 1.4 $");
  46.  script_xref(name: "DSA", value: "450");
  47.  script_cve_id("CAN-2003-0961", "CAN-2003-0985", "CAN-2004-0077");
  48.  script_bugtraq_id(9138, 9356, 9686);
  49.  script_xref(name: "CERT", value: "981222");
  50.  
  51.  script_description(english: desc);
  52.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  53.  script_name(english: "[DSA450] DSA-450-1 linux-kernel-2.4.19-mips");
  54.  script_category(ACT_GATHER_INFO);
  55.  script_family(english: "Debian Local Security Checks");
  56.  script_dependencies("ssh_get_info.nasl");
  57.  script_require_keys("Host/Debian/dpkg-l");
  58.  script_summary(english: "DSA-450-1 linux-kernel-2.4.19-mips");
  59.  exit(0);
  60. }
  61.  
  62. include("debian_package.inc");
  63.  
  64. w = 0;
  65. if (deb_check(prefix: 'kernel-doc-2.4.19', release: '3.0', reference: '2.4.19-4.woody1')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-doc-2.4.19 is vulnerable in Debian 3.0.\nUpgrade to kernel-doc-2.4.19_2.4.19-4.woody1\n');
  68. }
  69. if (deb_check(prefix: 'kernel-headers-2.4.19', release: '3.0', reference: '2.4.19-0.020911.1.woody3')) {
  70.  w ++;
  71.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-headers-2.4.19 is vulnerable in Debian 3.0.\nUpgrade to kernel-headers-2.4.19_2.4.19-0.020911.1.woody3\n');
  72. }
  73. if (deb_check(prefix: 'kernel-image-2.4.19-r4k-ip22', release: '3.0', reference: '2.4.19-0.020911.1.woody3')) {
  74.  w ++;
  75.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.19-r4k-ip22 is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.4.19-r4k-ip22_2.4.19-0.020911.1.woody3\n');
  76. }
  77. if (deb_check(prefix: 'kernel-image-2.4.19-r5k-ip22', release: '3.0', reference: '2.4.19-0.020911.1.woody3')) {
  78.  w ++;
  79.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.4.19-r5k-ip22 is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.4.19-r5k-ip22_2.4.19-0.020911.1.woody3\n');
  80. }
  81. if (deb_check(prefix: 'kernel-patch-2.4.19-mips', release: '3.0', reference: '2.4.19-0.020911.1.woody3')) {
  82.  w ++;
  83.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-patch-2.4.19-mips is vulnerable in Debian 3.0.\nUpgrade to kernel-patch-2.4.19-mips_2.4.19-0.020911.1.woody3\n');
  84. }
  85. if (deb_check(prefix: 'kernel-source-2.4.19', release: '3.0', reference: '2.4.19-4.woody1')) {
  86.  w ++;
  87.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-source-2.4.19 is vulnerable in Debian 3.0.\nUpgrade to kernel-source-2.4.19_2.4.19-4.woody1\n');
  88. }
  89. if (deb_check(prefix: 'mips-tools', release: '3.0', reference: '2.4.19-0.020911.1.woody3')) {
  90.  w ++;
  91.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mips-tools is vulnerable in Debian 3.0.\nUpgrade to mips-tools_2.4.19-0.020911.1.woody3\n');
  92. }
  93. if (deb_check(prefix: 'kernel-source-2.4.19,', release: '3.0', reference: '2.4.19-0.020911.1')) {
  94.  w ++;
  95.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-source-2.4.19, is vulnerable in Debian woody.\nUpgrade to kernel-source-2.4.19,_2.4.19-0.020911.1\n');
  96. }
  97. if (w) { security_hole(port: 0, data: desc); }
  98.